-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Min setup for initial commit #1
base: main
Are you sure you want to change the base?
Conversation
Add jfx module
Strip down grpc module I think we do not need a dedicated api module but each domain comes with it's high level api (similar like the CoreApi in Bisq uses the other domain API classes)
I think we need a bit more concrete idea how we integrate the wallets. I assume we do not require dynamic loading for the start and just add the handful of supported wallet apis. But lets see once we get more concrete implementation code.
Add resource dirs
Add resource dirs Fix package names
…to min_setup_for_initial_commit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Initial commit needs a jfx
module.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You want an empty common
module? No code?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note to self: Include a p2p
module in initial commit, with a bare P2PService
class.
Might be the next PR after the initial ;-). Just wanted to be conservative with adding stuff until its 100% clear. For instance the Userthread I am not sure to use it that way again, maybe a variation.... |
Sorry seems I have remved too much ;-) . Yes should be part of initial commit. |
No description provided.